home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TSTANDARDFAXDISPLAY / TSTANDARDFAXDISPLAY.txt
Text File  |  1997-07-12  |  6KB  |  311 lines

  1. object StandardFaxDisplay: TStandardFaxDisplay
  2.   Left = 219
  3.   Top = 127
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Fax Status'
  9.   ClientHeight = 297
  10.   ClientWidth = 529
  11.   Font.Color = clBlack
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 15
  18.   object fsPanel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 249
  22.     Height = 95
  23.     TabOrder = 0
  24.     object fsLabel1: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 85
  28.       Height = 15
  29.       Caption = 'Phone number:'
  30.     end
  31.     object fsLabel2: TLabel
  32.       Left = 8
  33.       Top = 24
  34.       Width = 76
  35.       Height = 15
  36.       Caption = 'Fax file name:'
  37.     end
  38.     object fsLabel3: TLabel
  39.       Left = 8
  40.       Top = 40
  41.       Width = 89
  42.       Height = 15
  43.       Caption = 'Cover file name:'
  44.     end
  45.     object fsLabel4: TLabel
  46.       Left = 8
  47.       Top = 56
  48.       Width = 68
  49.       Height = 15
  50.       Caption = 'Total pages:'
  51.     end
  52.     object fsPhoneNumber: TLabel
  53.       Left = 187
  54.       Top = 8
  55.       Width = 53
  56.       Height = 15
  57.       Alignment = taRightJustify
  58.       Caption = '555-1212'
  59.     end
  60.     object fsFaxFileName: TLabel
  61.       Left = 195
  62.       Top = 24
  63.       Width = 46
  64.       Height = 15
  65.       Alignment = taRightJustify
  66.       Caption = 'noname'
  67.     end
  68.     object fsCoverFileName: TLabel
  69.       Left = 195
  70.       Top = 40
  71.       Width = 46
  72.       Height = 15
  73.       Alignment = taRightJustify
  74.       Caption = 'noname'
  75.     end
  76.     object fsTotalPages: TLabel
  77.       Left = 227
  78.       Top = 57
  79.       Width = 14
  80.       Height = 15
  81.       Alignment = taRightJustify
  82.       Caption = '99'
  83.     end
  84.     object fsLabel5: TLabel
  85.       Left = 8
  86.       Top = 72
  87.       Width = 69
  88.       Height = 15
  89.       Caption = 'Dial attempt:'
  90.     end
  91.     object fsDialAttempt: TLabel
  92.       Left = 234
  93.       Top = 72
  94.       Width = 7
  95.       Height = 15
  96.       Alignment = taRightJustify
  97.       Caption = '1'
  98.     end
  99.   end
  100.   object fsPanel2: TPanel
  101.     Left = 272
  102.     Top = 8
  103.     Width = 249
  104.     Height = 95
  105.     TabOrder = 1
  106.     object fsLabel13: TLabel
  107.       Left = 8
  108.       Top = 8
  109.       Width = 62
  110.       Height = 15
  111.       Caption = 'Remote ID:'
  112.     end
  113.     object fsLabel14: TLabel
  114.       Left = 8
  115.       Top = 24
  116.       Width = 76
  117.       Height = 15
  118.       Caption = 'Connect BPS:'
  119.     end
  120.     object fsLabel15: TLabel
  121.       Left = 8
  122.       Top = 40
  123.       Width = 63
  124.       Height = 15
  125.       Caption = 'Resolution:'
  126.     end
  127.     object fsLabel16: TLabel
  128.       Left = 8
  129.       Top = 56
  130.       Width = 34
  131.       Height = 15
  132.       Caption = 'Width:'
  133.     end
  134.     object fsLabel17: TLabel
  135.       Left = 8
  136.       Top = 72
  137.       Width = 70
  138.       Height = 15
  139.       Caption = 'Error control:'
  140.     end
  141.     object fsRemoteID: TLabel
  142.       Left = 192
  143.       Top = 8
  144.       Width = 49
  145.       Height = 15
  146.       Alignment = taRightJustify
  147.       Caption = 'remoteid'
  148.     end
  149.     object fsConnectBPS: TLabel
  150.       Left = 213
  151.       Top = 24
  152.       Width = 28
  153.       Height = 15
  154.       Alignment = taRightJustify
  155.       Caption = '9600'
  156.     end
  157.     object fsResolution: TLabel
  158.       Left = 200
  159.       Top = 40
  160.       Width = 41
  161.       Height = 15
  162.       Alignment = taRightJustify
  163.       Caption = 'Normal'
  164.     end
  165.     object fsWidth: TLabel
  166.       Left = 213
  167.       Top = 56
  168.       Width = 28
  169.       Height = 15
  170.       Alignment = taRightJustify
  171.       Caption = '1728'
  172.     end
  173.     object fsErrorControl: TLabel
  174.       Left = 227
  175.       Top = 72
  176.       Width = 13
  177.       Height = 15
  178.       Alignment = taRightJustify
  179.       Caption = 'off'
  180.     end
  181.   end
  182.   object fsPanel3: TPanel
  183.     Left = 8
  184.     Top = 114
  185.     Width = 249
  186.     Height = 47
  187.     TabOrder = 2
  188.     object fsLabel7: TLabel
  189.       Left = 8
  190.       Top = 8
  191.       Width = 75
  192.       Height = 15
  193.       Caption = 'Current page:'
  194.     end
  195.     object fsLabel8: TLabel
  196.       Left = 8
  197.       Top = 24
  198.       Width = 69
  199.       Height = 15
  200.       Caption = 'Page length:'
  201.     end
  202.     object fsCurrentPage: TLabel
  203.       Left = 233
  204.       Top = 8
  205.       Width = 7
  206.       Height = 15
  207.       Alignment = taRightJustify
  208.       Caption = '1'
  209.     end
  210.     object fsPageLength: TLabel
  211.       Left = 212
  212.       Top = 25
  213.       Width = 28
  214.       Height = 15
  215.       Alignment = taRightJustify
  216.       Caption = '9999'
  217.     end
  218.   end
  219.   object fsPanel4: TPanel
  220.     Left = 272
  221.     Top = 114
  222.     Width = 249
  223.     Height = 46
  224.     TabOrder = 3
  225.     object fsLabel10: TLabel
  226.       Left = 8
  227.       Top = 8
  228.       Width = 96
  229.       Height = 15
  230.       Caption = 'Bytes transferred:'
  231.     end
  232.     object fsLabel11: TLabel
  233.       Left = 8
  234.       Top = 24
  235.       Width = 76
  236.       Height = 15
  237.       Caption = 'Elapsed time:'
  238.     end
  239.     object fsBytesTransferred: TLabel
  240.       Left = 213
  241.       Top = 8
  242.       Width = 28
  243.       Height = 15
  244.       Alignment = taRightJustify
  245.       Caption = '9999'
  246.     end
  247.     object fsElapsedTime: TLabel
  248.       Left = 210
  249.       Top = 25
  250.       Width = 31
  251.       Height = 15
  252.       Alignment = taRightJustify
  253.       Caption = '99:99'
  254.     end
  255.   end
  256.   object fsPanel5: TPanel
  257.     Left = 8
  258.     Top = 171
  259.     Width = 513
  260.     Height = 34
  261.     TabOrder = 4
  262.     object fsLabel22: TLabel
  263.       Left = 8
  264.       Top = 8
  265.       Width = 38
  266.       Height = 15
  267.       Caption = 'Status:'
  268.     end
  269.     object fsStatusMsg: TLabel
  270.       Left = 56
  271.       Top = 8
  272.       Width = 17
  273.       Height = 15
  274.       Caption = 'OK'
  275.     end
  276.   end
  277.   object fsPanel6: TPanel
  278.     Left = 8
  279.     Top = 214
  280.     Width = 513
  281.     Height = 36
  282.     TabOrder = 5
  283.     object fsLabel19: TLabel
  284.       Left = 8
  285.       Top = 8
  286.       Width = 85
  287.       Height = 15
  288.       Caption = 'Page progress:'
  289.     end
  290.     object fsProgressBar: TGauge
  291.       Left = 99
  292.       Top = 8
  293.       Width = 406
  294.       Height = 20
  295.       Color = clBtnFace
  296.       ForeColor = clBlue
  297.       ParentColor = False
  298.       Progress = 0
  299.     end
  300.   end
  301.   object fsCancel: TButton
  302.     Left = 221
  303.     Top = 257
  304.     Width = 89
  305.     Height = 33
  306.     Caption = 'Cancel'
  307.     TabOrder = 6
  308.     OnClick = CancelClick
  309.   end
  310. end
  311.